home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 7 / Apprentice-Release7.iso / Source Code / C / Frameworks / Hsoi's App Shell 1.0a4 / HAS Documentation / HAS URLs < prev    next >
Encoding:
Text File  |  1997-01-28  |  4.9 KB  |  96 lines  |  [TEXT/Hsoi]

  1.  Hsoi's App Shell
  2. by John C. Daub
  3. © 1995-1997 John C. Daub, All Rights Reserved.
  4. Version 1.0a3
  5.  
  6. Uniform Resource Locators (URLs)
  7.  
  8. This is a small collection of URLs that you might find useful in your MacOS programming efforts.  If you are reading this in the "Hsoi's App Shell Demo" application (or any other Internet Config savvy application), if you have Internet Config installed on your computer (if not, get it), and if your computer has or has access to a direct Internet link, then you can just cmd-click on the URLs and go directly to them (hold down the cmd key and click on the URL).
  9.  
  10. I do suggest that you give these URLs a try.  There's a lot of great information out there that can help you in your MacOS programming efforts.
  11.  
  12. Also, if you find one of these links are broken, needs updating, or have any suggestions for more URLs to add, please let me know!
  13.  
  14. =======
  15.  
  16. The first links that I'd like to give you are to things directly related to Hsoi's App Shell:
  17.  
  18. •  my email address
  19.    <mailto:hsoi@eden.com>
  20.  
  21. •  my web link list (just cause...)
  22.    <http://www.eden.com/~hsoi/links.html>
  23.  
  24. •  my web pages
  25.    <http://www.eden.com/~hsoi/>
  26.  
  27. •  my programming web pages
  28.    <http://www.eden.com/~hsoi/prog.html>
  29.  
  30. •  WASTE (you can find WASTE, WASTE Object Handlers, WETabs, MovableModalLibrary, etc) at these:
  31.    <ftp://rhino.harvard.edu//pub/dan/WASTE/>
  32.    <http://rhino.harvard.edu/dan/waste.html>
  33.  
  34. •  InternetConfig
  35.    <ftp://ftp.share.com/pub/internet-configuration/>
  36.  
  37. =======
  38.  
  39. And now, other links that should be of some use to you.
  40.  
  41. •  The comp.sys.mac.programmer FAQ Sheet.  YOU SHOULD READ THIS.  Read it, save a copy of it somewhere (or bookmark it).  You might not understand a lot of it, but always refer back to it.  You will learn a lot.
  42.    <http://www.best.com/~ckt/csmp-faq.html>
  43.  
  44. •  This is a groovy bunch of pages that teach a LOT about MacOS programming.  Very good resource.
  45.  
  46.    <http://www.AmbrosiaSW.com/alt.sources.mac/macintosh-c/codewarrior.html>
  47.  
  48. •  info-mac (the point here to to make sure you check the /dev and /dev/src directories cause there's a LOT of great stuff to find in here)
  49.    <ftp://mirrors.aol.com/pub/info-mac/>
  50.    <ftp://mirrors.aol.com/pub/info-mac/dev/>
  51.    <ftp://mirrors.aol.com/pub/info-mac/dev/src>
  52.  
  53. •  A neat way for us to search MacOS ftp sites
  54.    <http://mirror.apple.com/>
  55.  
  56. •  Peter Lewis
  57.    <http://www.share.com/peterlewis/>
  58.  
  59. •  Mercuito MDEF.  A WONDERFUL little API for programmers to greatly extend the functionality and capabilities of your menus and the MacOS Toolbox.  It's something that I want to integrate into HAS sooner or later, but for now, it's something you ought to check out.
  60.    <http://www-leland.stanford.edu/~felciano/da/mercutio/>
  61.  
  62. •  Metrowerks
  63.    <http://www.metrowerks.com/>
  64.  
  65. •  MacTCP Programmers Resources.  A great collection of stuff from Eric Scouten about TCP/IP programming for the MacOS.  As of this writing, it's a little out of date (some of the links are dead, and the pages are sorely in need of updating).  Hopefully it'll get updated soon, but even with the dead links, it's a good resource to use (and if you're good enough at getting around on the Internet, you can still find everything Eric is talking about)
  66.    <http://www.metrowerks.com/tcpip/index.html>
  67.  
  68. •  Power Computing Corporation.  The first people to make Mac clones, and pretty darn good ones from what I hear (hey, if Peter Lewis thinks they're great, perhaps they are!).  Not quite a MacOS programming link, but on their pages in places I did find some relevant stuff and links.
  69.    <http://www.powercc.com/>
  70.  
  71. Power Computing's MacOS related page is a really nice place to go also:
  72.    <http://www.powercc.com/Related/index.html>
  73.  
  74. •  Apple Developer Services
  75.    <http://www.devworld.apple.com/>
  76.  
  77. •  Mac Land O' Geeks.  A links page chock full o' good Mac programming related links.
  78.    <http://www.devworld.apple.com/dev/geeks.html>
  79.  
  80. •  Dave Mark
  81.    <ftp://ftp.u.washington.edu//pub/user-supported/DaveMark/>
  82.  
  83. •  MacTech Magazine
  84.    <http://www.mactech.com/>
  85.  
  86. •  Disinfectant and Newswatcher (I highly recommend getting the NewsWatcher source code, even if you are not developing TCP/IP applications.  John Norstad has a LOT of great reusable code, very well organized, lots of tips, the experience and knowledge of a great programmer, and a great learning and question answering tool.  The 2.1.1 release (latest as if this writing) is simply wonderful)
  87.  
  88.    <ftp://ftp.acns.nwu.edu/pub/>
  89.  
  90. •  Newsgroups
  91.    <news:comp.sys.mac.programmer.help>
  92.    <news:comp.sys.mac.programmer.info>
  93.    <news:comp.sys.mac.programmer.misc>
  94.    <news:comp.sys.mac.programmer.codewarrior>
  95.  
  96. Well, there are probably tons more links that could be included here, but many of them are probably already referenced by one of the pages above (like the Land O Geeks page has a TON of URLs worth checking out and bookmarking).  If you know of a link or would like to publicize anything relevant here, just let me know and I'll add it in!